home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / htch1.zip / HTCH.DOC < prev    next >
Text File  |  1996-01-03  |  3KB  |  80 lines

  1. Here is the down and dirty!
  2.  
  3. What it is.
  4. ------------
  5. HTCH.EXE was written so that HUBS can share the PLANET.ZIP files
  6. with other fido nodes. What HTCH.EXE does, is creates a netmail
  7. message with that file attached. 
  8.  
  9. Correct Usage
  10. -------------
  11. This is a small rewrite of what I had before. Now you can specify
  12. any file to be hatched and have multiple downlink ????.CFG files!  
  13. Here is a sample :
  14.  
  15. HTCH PCSTOK.CFG d:\im\files\pcstok*.* /k
  16.      ^^^^^^^     ^^^^^^^^^^^^^^^^^^^^
  17.      |               |
  18.      |               |This is the filename to hatch.
  19.      |
  20.      |This is your downlink configuration file.
  21.  
  22. With the above, the parameters you specify *MUST* be in this order!
  23. 1 : CFG file to use to send the files to.
  24. 2 : Filename to hatch. Dos wildcards are valid.
  25. After these two in that order you may add the additional parameters
  26. listed in the next section.
  27.  
  28.  
  29. Additional Command Line Parameters.
  30. -------------------------
  31. There are currently only two recognized options.
  32.  
  33. /K  -  Kill the PLANET.ZIP file in the Satellite Directory after
  34.        processing.
  35.  
  36. /H  -  When creating the netmail file attachment, this option will
  37.        cause HATCH.EXE to put that on hold for all nodes. The
  38.        default is for your system to crash it your downlinks.
  39.  
  40. *.CFG Files
  41. ------------
  42. BOSS.CFG    -  This is the config file to configure your node.
  43.            This should contain 5 lines, all others are ignored.
  44.            1 - Sysops Name
  45.            2 - Your Zone #
  46.            3 - Your Net #
  47.            4 - Your Node #
  48.            5 - Your Point.
  49.  
  50. ?????.CFG   -  This is the config file to configure your downlink
  51.            nodes. 
  52.            The first line should be the # of systems that you 
  53.            plan to feed. The rest of the file should contain 
  54.            the following information about each downlink system. 
  55.            There should be 5 lines per system!
  56.            1 - Sysops Name
  57.            2 - Zone #
  58.            3 - Net #
  59.            4 - Node #
  60.            5 - Point.
  61.            
  62.            New in this version, this can be any valid name that
  63.            you specify on the command line. (see above)
  64.  
  65. HTCH.CFG   -  This file configures your paths. Thus, every entry
  66.            should contain a complete, drive letter, path,
  67.            and don't forget the trailing backslash! Here is what
  68.            is within this file.
  69.            1 - Outbound Packets/File Attachment Directory.
  70.            2 - Front End Mailer Netmail Directory.
  71.            All other lines are ignored.
  72. Notes.
  73. -------
  74. I know this file is brief, but if you have any questions, just
  75. ask!  Netmail is the best way to do it, but I probably won't 
  76. crash you your reply. Just poll back for it within 24 hours.
  77. I'm usually around nightly from 10pm-1am to work on the bbs.
  78.  
  79.  
  80.